home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Modeling the Dream
/
Modeling the Dream CD - Walkthroughs and Flybys II (1994)(Waite Group).iso
/
programs
/
mdprime.bat
< prev
next >
Wrap
DOS Batch File
|
1994-08-18
|
438b
|
22 lines
echo Please select your sound card by pressing one of the letters below:
echo:
echo S if you have a Sound Blaster or compatible
echo P for the Sound Blaster Pro, 16 or AWE
echo G if you have a Gravis UltraSound
echo:
what c "Press either S,P or G now " SPG
echo:
if %what%==P goto s2
if %what%==p goto s2
if %what%==G goto s3
if %what%==g goto s3
set p=S
goto end
:s2
set p=P
goto end
:s3
set p=G
:end